home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef surf00H
- #define surf00H
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ComCtrls.hpp>
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ISP.hpp>
- #include <vcl\OleCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TTabControl *tcURL;
- TPanel *Panel1;
- TPanel *Panel2;
- TBitBtn *bbGo;
- TBitBtn *bbHome;
- TComboBox *cbURL;
- THTML *htBrowser;
- void __fastcall tcURLChange(TObject *Sender);
- void __fastcall htBrowserBeginRetrieval(TObject *Sender);
- void __fastcall htBrowserEndRetrieval(TObject *Sender);
- void __fastcall bbGoClick(TObject *Sender);
- void __fastcall bbHomeClick(TObject *Sender);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-